home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / BCB Demo / Normal.bpr < prev    next >
Text File  |  2001-04-27  |  5KB  |  184 lines

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)\..
  4. !endif
  5.  
  6. # ---------------------------------------------------------------------------
  7. # IDE SECTION
  8. # ---------------------------------------------------------------------------
  9. # The following section of the project makefile is managed by the BCB IDE.
  10. # It is recommended to use the IDE to change any of the values in this
  11. # section.
  12. # ---------------------------------------------------------------------------
  13.  
  14. VERSION = BCB.03
  15. # ---------------------------------------------------------------------------
  16. PROJECT = Normal.exe
  17. OBJFILES = Normal.obj Normal1.obj
  18. RESFILES = Normal.res
  19. DEFFILE =
  20. RESDEPEN = $(RESFILES) Normal1.dfm
  21. LIBFILES =
  22. LIBRARIES = Plot200_D_BCB30.lib Misc200_D_BCB30.lib VCLX35.lib VCL35.lib
  23. SPARELIBS = VCL35.lib VCLX35.lib Misc200_D_BCB30.lib Plot200_D_BCB30.lib
  24. PACKAGES = vclx35.bpi VCL35.bpi vcldb35.bpi vcldbx35.bpi dclocx35.bpi Qrpt35.bpi \
  25.   Misc200_D_BCB30.bpi Plot200_D_BCB30.bpi
  26. # ---------------------------------------------------------------------------
  27. PATHCPP = .;
  28. PATHASM = .;
  29. PATHPAS = .;
  30. PATHRC = .;
  31. DEBUGLIBPATH = $(BCB)\lib\debug
  32. RELEASELIBPATH = $(BCB)\lib\release
  33. # ---------------------------------------------------------------------------
  34. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  35. CFLAG2 = -D_RTLDLL -I..;..\..\Misc;$(BCB)\include;$(BCB)\include\vcl \
  36.   -H=$(BCB)\lib\vcl35.csm
  37. CFLAG3 = -Tkh30000
  38. PFLAGS = -D_RTLDLL \
  39.   -U..\..\tplot;..\;..\..\misc;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  40.   -I..;..\..\Misc;$(BCB)\include;$(BCB)\include\vcl -$Y -$W -$O- -v -JPHN -M
  41. RFLAGS = -D_RTLDLL -i..;..\..\Misc;$(BCB)\include;$(BCB)\include\vcl
  42. AFLAGS = /i.. /i..\..\Misc /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /mx /w2 /zd
  43. LFLAGS = -L..\..\tplot;..\;..\..\misc;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -aa \
  44.   -Tpe -x -Gn -v
  45. IFLAGS =
  46. # ---------------------------------------------------------------------------
  47. ALLOBJ = c0w32.obj sysinit.obj $(OBJFILES)
  48. ALLRES = $(RESFILES)
  49. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  50. # ---------------------------------------------------------------------------
  51. !ifdef IDEOPTIONS
  52.  
  53. [Version Info]
  54. IncludeVerInfo=0
  55. AutoIncBuild=0
  56. MajorVer=1
  57. MinorVer=0
  58. Release=0
  59. Build=0
  60. Debug=0
  61. PreRelease=0
  62. Special=0
  63. Private=0
  64. DLL=0
  65. Locale=3081
  66. CodePage=1252
  67.  
  68. [Version Info Keys]
  69. CompanyName=
  70. FileDescription=
  71. FileVersion=1.0.0.0
  72. InternalName=
  73. LegalCopyright=
  74. LegalTrademarks=
  75. OriginalFilename=
  76. ProductName=
  77. ProductVersion=1.0.0.0
  78. Comments=
  79.  
  80. [HistoryLists\hlIncludePath]
  81. Count=2
  82. Item0=..;..\..\Misc;$(BCB)\include;$(BCB)\include\vcl
  83. Item1=..;$(BCB)\include;$(BCB)\include\vcl;..\..\Misc
  84.  
  85. [HistoryLists\hlLibraryPath]
  86. Count=4
  87. Item0=..\;..\..\misc;$(BCB)\lib\obj;$(BCB)\lib
  88. Item1=..\..\tplot;c:\program files\borland\delphi 3\source\samples;..;..\..\misc;$(BCB)\lib\obj;$(BCB)\lib
  89. Item2=..;..\..\misc;$(BCB)\lib\obj;$(BCB)\lib
  90. Item3=..\..\misc;..;$(BCB)\lib\obj;$(BCB)\lib
  91.  
  92. [HistoryLists\hlDebugSourcePath]
  93. Count=1
  94. Item0=$(BCB)\source\vcl
  95.  
  96. [HistoryLists\hlConditionals]
  97. Count=2
  98. Item0=_RTLDLL
  99. Item1=_RTLDLL;USEPACKAGES
  100.  
  101. [Debugging]
  102. DebugSourceDirs=$(BCB)\source\vcl
  103.  
  104. [Parameters]
  105. RunParams=
  106. HostApplication=
  107.  
  108. !endif
  109.  
  110. # ---------------------------------------------------------------------------
  111. # MAKE SECTION
  112. # ---------------------------------------------------------------------------
  113. # This section of the project file is not used by the BCB IDE.  It is for
  114. # the benefit of building from the command-line using the MAKE utility.
  115. # ---------------------------------------------------------------------------
  116.  
  117. .autodepend
  118. # ---------------------------------------------------------------------------
  119. !if !$d(BCC32)
  120. BCC32 = bcc32
  121. !endif
  122.  
  123. !if !$d(DCC32)
  124. DCC32 = dcc32
  125. !endif
  126.  
  127. !if !$d(TASM32)
  128. TASM32 = tasm32
  129. !endif
  130.  
  131. !if !$d(LINKER)
  132. LINKER = ilink32
  133. !endif
  134.  
  135. !if !$d(BRCC32)
  136. BRCC32 = brcc32
  137. !endif
  138. # ---------------------------------------------------------------------------
  139. !if $d(PATHCPP)
  140. .PATH.CPP = $(PATHCPP)
  141. .PATH.C   = $(PATHCPP)
  142. !endif
  143.  
  144. !if $d(PATHPAS)
  145. .PATH.PAS = $(PATHPAS)
  146. !endif
  147.  
  148. !if $d(PATHASM)
  149. .PATH.ASM = $(PATHASM)
  150. !endif
  151.  
  152. !if $d(PATHRC)
  153. .PATH.RC  = $(PATHRC)
  154. !endif
  155. # ---------------------------------------------------------------------------
  156. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  157.     $(BCB)\BIN\$(LINKER) @&&!
  158.     $(LFLAGS) +
  159.     $(ALLOBJ), +
  160.     $(PROJECT),, +
  161.     $(ALLLIB), +
  162.     $(DEFFILE), +
  163.     $(ALLRES)
  164. !
  165. # ---------------------------------------------------------------------------
  166. .pas.hpp:
  167.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  168.  
  169. .pas.obj:
  170.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  171.  
  172. .cpp.obj:
  173.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  174.  
  175. .c.obj:
  176.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  177.  
  178. .asm.obj:
  179.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  180.  
  181. .rc.res:
  182.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  183. # ---------------------------------------------------------------------------
  184.